ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / DelegateCommand<TParm> Class / CanExecuteChanged Event

In This Topic
    CanExecuteChanged Event (DelegateCommand<TParm>)
    In This Topic
    Occurs when changes occur that affect whether the command should execute.
    Syntax
    'Declaration
     
    Public Event CanExecuteChanged As EventHandler
    public event EventHandler CanExecuteChanged
    See Also